rebuildFileCache now really disable debugToolbar
authorAntoine Musso <hashar@users.mediawiki.org>
Tue, 7 Feb 2012 09:37:59 +0000 (09:37 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Tue, 7 Feb 2012 09:37:59 +0000 (09:37 +0000)
commit2d56c97b8ee0525bcc6fe108a757bac95b0e1931
tree40767643419e9890c4c2a9361af3104280f97cd7
parent877ef150d32c77fd0adf5a387c72de4d8c2b0856
rebuildFileCache now really disable debugToolbar

r110761 did not properly disabled the debug toolbar. It has to be
done before Setup.php (MWDebug uses a private static to track that
global variable).

really fix r110758 / r110762
maintenance/rebuildFileCache.php